local variable declarations meaning in Chinese
局部变量声明
Examples
- Explain local variable declarations with an end - line comment
使用行尾注释解释局部变量声明。 - If the local variable declaration includes multiple declarators , the initializers must all have the same compile - time type
如果局部变量声明包含了多个声明符,这些声明符必须具备同样的编译期类型。 - If the local variable declaration includes multiple declarators , the initializers must all have the same compile - time type
如果本地变量声明包含多种声明者,那么构造者必须都具有相同的编译时刻类型。